home *** CD-ROM | disk | FTP | other *** search
/ Merciful 2 / Merciful - Disc 2.iso / software / v / varkcliutils11.dms / varkcliutils11.adf / VARK / reboot.doc < prev    next >
Text File  |  1996-02-10  |  779b  |  31 lines

  1. C/Reboot                                                             C/Reboot
  2.  
  3.    NAME
  4.        Reboot -- reboot your computer. (V42)
  5.  
  6.    SYNOPSIS
  7.        Reboot [CLEAR]
  8.  
  9.    TEMPLATE
  10.        Reboot "NORES=CLEAR/S"
  11.  
  12.    FUNCTION
  13.        Reboots your Amiga by calling exec.library/ColdReboot(). If CLEAR
  14.        parameter is given, will clear system vectors befor rebooting. This
  15.        is useful if you want to get rid of some reset-resident programs,
  16.        like RAD: drive.
  17.  
  18.    INPUTS
  19.        CLEAR - switch to clear system vectors before rebooting.
  20.  
  21.    EXAMPLE
  22.        Reboot
  23.            ; Reboots your Amiga, doesn't touch resident programs.
  24.  
  25.        Reboot CLEAR
  26.            ; Removes resident programs then reboots your Amiga.
  27.  
  28.    NOTES
  29.        Reboot is pure and can be made resident.
  30.  
  31.